Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxInfoCollection Class / AddRange Method / AddRange(IList<CharBoxInfo>) Method


In This Topic
    AddRange(IList<CharBoxInfo>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal value As IList(Of CharBoxInfo) _
    ) 
    'Usage
     
    
    Dim instance As CharBoxInfoCollection
    Dim value As IList(Of CharBoxInfo)
     
    instance.AddRange(value)
    public void AddRange( 
       IList<CharBoxInfo> value
    )

    Parameters

    value
    See Also